Vcenter NamespaceManagement Supervisors Summary Info
The Vcenter NamespaceManagement Supervisors Summary Info schema contains the basic information about the statistics and status related to the Supervisor.
This schema was added in vSphere API 8.0.0.1.
{
"name": "string",
"stats": {
"cpu_used": 0,
"cpu_capacity": 0,
"memory_used": 0,
"memory_capacity": 0,
"storage_used": 0,
"storage_capacity": 0
},
"config_status": "string",
"kubernetes_status": "string"
}
Name of the Supervisor.
This property was added in vSphere API 8.0.0.1.
Basic runtime statistics for the Supervisor.
This property was added in vSphere API 8.0.0.1.
Current status of reaching the desired state configuration for the Supervisor.
For more information see: Vcenter NamespaceManagement Supervisors Summary ConfigStatus.
This property was added in vSphere API 8.0.0.1.
Current Status of the Supervisor's ability to deploy pods.
For more information see: Vcenter NamespaceManagement Supervisors Summary KubernetesStatus.
This property was added in vSphere API 8.0.0.1.